For those, who wants to re-use it. If you want to change the color of the navbar, since it will appear with default colors (gray and hover to black), use that updated CSS functions:
.navbar-default .navbar-nav > li > a {
color:#fff !important;
text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
color: #11ff75 !important;
}
.navbar-brand.navbar-link {
color:#11ff75 !important;
}
Lane Boy (1) - 6 years ago - Reply 1